Welcome![Sign In][Sign Up]
Location:
Search - tcp java

Search list

[JSP/Javachengxu

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Socket (TCP) connection. In java using a very simple set of interfaces, Java API to handle socket communications category provides a java.net.Socket., Makes the preparation of web applications is relatively easy. Server used to meet the needs of multi-threaded multi-user request, through the JDBC database connection with the background and, through the creation of a ServerSocket object to monitor connection requests from clients, the default port is 8080, and then infinite loop calling accept () method to accept client connection
Platform: | Size: 164864 | Author: 达瓦 | Hits:

[Internet-NetworkIP[1].Messenger.v2.50a7.Full.Source.ccrun.402281.r

Description: 是一款局域网内即时通信软件, 基于 TCP/IP(UDP).可运行于多种操作平台(Win/Mac/UNIX/Java), 并实现跨平台信息交流. 不需要服务器支持. 支持文件/文件夹的传送 (2.00版以上) 通讯数据采用 RSA/Blofish 加密 (2.00版以上) 十分小巧, 简单易用, 而且你可以完全免费使用它. 目前已有的版本包括: Win32, Win16, MacOS, MacOSX, X11, GTK, GNOME, Java 等, 并且公开源代码.-Is a LAN instant messaging software, based on TCP/IP (UDP). Can be run on multiple operating platforms (Win/Mac/UNIX/Java), and to achieve cross-platform exchange of information. Do not need server support. Supporting documents/files transmission folder (version 2.00 and above) data communications using RSA/Blofish encryption (version 2.00 and above) are very compact, easy-to-use, and you can be completely free to use it. So far, including the version of: Win32, Win16, MacOS, MacOSX, X11, GTK, GNOME, Java, etc., and Open Source.
Platform: | Size: 402432 | Author: zy | Hits:

[JSP/Javapisces_1.3_src

Description: A distributed, peer-to-peer, server-less communication & messaging solution for JAVA (JMS), C++ and .NET applications, integrates with JBoss, WebLogic & WebSphere. Offers guaranteed delivery, security and transactions. Supports TCP, SSL & HTTP protocols-A distributed, peer-to-peer, server-less communication
Platform: | Size: 89088 | Author: ehunter | Hits:

[Telnet Clientjisuanjiwangluo4

Description: 一、实验目的 了解和掌握基于UDP的网络通信应用程序; 了解和掌握基于TCP的网络通信应用程序。 二、实验要求 可以使用任何编程工具和编程语言实现。 编写一个网络通信应用程序,客户端和服务端可以通过该应用程序进行相互通信,传送信息或者传输文件。 TCP与UDP的方式任选其一。 提示:互联网上有非常多的各种语言开发的基于套接字方式网络通信协议的小例子程序,同学们可以多多参考。另外各种开发工具,比如:VB,VC,DELPHI,JAVA等都有相应的控件库或者功能库可以调用,使用这些库后,实际的开发过程非常简单。 三、实验内容 基于TCP或UDP的网络通信应用程序 -err
Platform: | Size: 309248 | Author: Justin | Hits:

[JSP/Javachap04

Description: 实例45 选择字体 126 实例46 UDP与TCP/IP的简单应用 129 实例47 聊天室 131 实例48 浏览FTP 136 实例49 局域网广播 147 实例50 建立HTTP连接 151 实例51 迷你浏览器 152 实例52 扫描应用端口 154 实例53 监控HTTP 155 实例54 收发电子邮件 156 实例55 一个简单的代理服务器 164 实例56 扫描网站信息 173 实例57 远程方法调用 174 实例58 调用JINI方法 176-Select the font of 126 examples of 45 examples of 46 UDP and TCP/IP simple application of 129 examples of 131 examples of 47 chat rooms 48 browse FTP 136 examples of 49 local area network broadcast 50 the establishment of 147 examples of 151 examples of HTTP connections 51 Mini browser 152 examples of 52-port 154 scanning application examples 53 monitor HTTP 155 examples of 156 examples of 54 e-mail 55 a simple proxy server 164 examples of 56 scan website 173 examples 57 remote method invocation 174 examples of 58 calls JINI method 176
Platform: | Size: 26624 | Author: zmm | Hits:

[ICQ-IM-ChatZJJ

Description: jB应用TCP/IP编写的聊天和文件传输工具,开发工具是JBUILDER-jB application TCP/IP, prepared to chat and file transfer tools, development tools is JBUILDER
Platform: | Size: 280576 | Author: 赵君君 | Hits:

[Othernetwork_proramming_design_book

Description: 《网络程序设计教材》主要内容有:计算机网络的基本原理,TCP/IP协议,顾客服务员程序设计,名字与地址转换,机内进程间通信,广播和多播,带外数据,原始套接口,线程程序设计,RPC远程过程调用,流程序设计。- Network programming materials, the main contents are: the basic principles of computer networks, TCP/IP protocol, the customer service program design, name and address conversions, built-in interprocess communications, broadcast and multicast-band data, the original set of interfaces, threads programming, RPC remote procedure call, streaming programming.
Platform: | Size: 1236992 | Author: 李秋香 | Hits:

[JSP/JavaTCPServer_TCPServer_TCPServer

Description: 我自己写的代码,上java培训时,是关于socket进程的,调试成功-I wrote it myself code on java training, it is on the socket process, debugging success
Platform: | Size: 2048 | Author: wf | Hits:

[JSP/JavaMYTEST

Description: 基于TCP的java多线程server,程序包含server和client,支持多多种文件多线程访问,支持exception。访问端口为6789-TCP
Platform: | Size: 4572160 | Author: | Hits:

[Web Serverqddown_java8543535625

Description: 系统采用客户/服务器摸式 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-System uses a client/server mode between server and client through the socket Socket (TCP) connection. In java using a very simple set of interfaces, Java API to handle socket communications category provides a java.net.Socket., Makes the preparation of web applications is relatively easy. Server used to meet the needs of multi-threaded multi-user request, through the JDBC database connection with the background and, through the creation of a ServerSocket object to monitor connection requests from clients, the default port is 8080, and then infinite loop calling accept () method to accept client connection
Platform: | Size: 903168 | Author: 梧桐 | Hits:

[TCP/IP stackSMTP

Description: SMTP协议属于TCP/IP协议族,它帮助每台计算机在发送或中转信件时找到下一个目的地。-SMTP protocol is TCP/IP protocol suite, it helps each computer sending or interim letters to find the next destination.
Platform: | Size: 3072 | Author: denver | Hits:

[Ftp Clientfiletransfer

Description: 对简单的TFPT协议进行改进,使其适应较大文件的传输,并且基于可靠的TCP连接,但比FTP又简单得多,适合中型传输和嵌入到应用系统中进行文件传输-TFPT agreement on simple improvements to adapt to a larger file transfers, and on a reliable TCP connection, but also much simpler than FTP, suitable for medium-sized application of transmission and embedded systems File Transfer
Platform: | Size: 139264 | Author: penglizhi | Hits:

[JSP/JavaServer

Description: SSD8练习1 Server.java 是运用TCP套结字编程一个很好的例子-1 Server.java practice SSD8 is to use the word knot TCP sets a good example of programming
Platform: | Size: 1024 | Author: | Hits:

[JSP/Javajavaicq

Description: 基于JAVA的ICQ系统 ,系统采用客户/服务器摸式服务器与客户间通过套接口Socket(TCP)连接。-JAVA-based system of ICQ, system uses a client/server mode between server and client through the socket Socket (TCP) connection.
Platform: | Size: 2624512 | Author: chengcheng | Hits:

[TCP/IP stackjava10

Description: Java网络编程,基于TCP的套接字编程,基于UDP的套接字编程,URL和URI,一个实用的下载程序。-Java network programming, based on the TCP socket programming, UDP socket-based programming, URL and URI, a practical download.
Platform: | Size: 10240 | Author: 马启超 | Hits:

[JSPTcpToCOMETA

Description: This package making a GPRS connection using Tini (from Dallas Semiconductors). After connection the device will have a standard Ethernet connection.
Platform: | Size: 44032 | Author: Alin | Hits:

[OS programjava

Description: 引言 由于因特网的迅速流行,越来越多的应用程序具备了在网上与其它程序通信的能力。从WIN95开始微软把网络功能融进了它的操作系统,使得应用程序网络通信能力更为普及。因此,微软的TCP/IP协议也就成为网络应用程序基于的首选协议。 一般采用TCP/IP协议的应用程序只实现了单用户与服务器间点对点的连接,-Introduction As the Internet s rapid popularity, more and more applications have the procedures in line with other communications capabilities. Microsoft WIN95 started from the network functionality into its operating system, makes the application more widely available network capacity. Therefore, Microsoft s TCP/IP protocol network applications has become the first choice based on the agreement. Generally use the TCP/IP protocol applications to achieve only a single-user with point-to-point connections between servers,
Platform: | Size: 658432 | Author: wuxiaowyw | Hits:

[JSP/Javajava

Description: java tcp get system time server
Platform: | Size: 2048 | Author: hsu | Hits:

[TCP/IP stackssd8-ex3

Description: ssd8 ex3 using UDP and TCP to send and receive message between different hosts
Platform: | Size: 3072 | Author: yl | Hits:

[TCP/IP stackSOCKET

Description: TCP/IP编程的基础--socket 包括C/JAVA TCP/UDP 服务端和客户端 六套代码,供新人学习、老人测试联调用 支持win32 Linux(JAVA版本的需要自己新增JDK)-TCP/IP programming basis- socket including C/JAVA TCP/UDP server and client six sets of code for the new study, elderly test joint call to support win32 Linux (JAVA version of the need to add JDK)
Platform: | Size: 9216 | Author: 冯进荣 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 40 »

CodeBus www.codebus.net